Checks a JAMS Job definition.
| Get | Job_CheckJobAccess |
Resource Path: /api/job/access/{jobAccess}
Uri: http://doc.jamsscheduler.com/api/job/access/{jobAccess}
| Name | Description | Data Type |
|---|---|---|
| jobAccess | Requested access. | string |
| jobId | Job ID (optional) | integer |
| jobName | The name of the job; either fully-qualified or unqualified (optional; if given, folderID must also be given) | string |
| folderId | The parent folder ID of the job (optional) | integer |
| isNameRelative | Specifies whether the jobName is relative to the folderID's search path | boolean |
The response body is of type ValidationLog.
OK![]() |
ValidationLog
|